home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 054 (1988-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 054 (1988-05-15)(Ossowski, Stefan)(DE)(PD).adf / MRBackup / MRBackup2.0 / ReadMe < prev    next >
Text File  |  1988-04-09  |  3KB  |  63 lines

  1.  
  2. This is MRBackup, version 2.0.  This program was written under Manx
  3. Aztec C, version 3.40b, to run under KickStart 1.2.  The source was
  4. written with 4 character tab settings, using Z, a vi-like editor
  5. packaged with the Aztec C compiler.  If you would like a
  6. copy of my file retab utility to remove or alter the tabs, just ask.  
  7. Also, if you did not receive source with this distribution, it is
  8. available for the asking.  See the instructions in the About menu.
  9.  
  10. Be sure to copy the files MRBackup.init and MRBackup.xcld to the S: 
  11. directory.  
  12.  
  13.                                             Mark R. Rinfret
  14.                                             mrr@amanpt1.ZONE1.COM
  15. ---------------------------------------------------------------------
  16.  
  17. About the program...
  18.  
  19. MRBackup evolved from a simple-minded program with a tty-style interface
  20. to the version you see here.  Though I'm a true believer in structured 
  21. programming techniques, good design and consistent style, you'll see
  22. plenty of "holes" in the program where expedience won out over good
  23. design (design == time, time == scarce_resource).  This version has been
  24. groomed significantly and should be much more robust.  The code is
  25. much more consistent and readable, though there is probably a significant
  26. amount of "fat" that could be trimmed, especially in the realm of error
  27. handling and reporting.
  28.  
  29. I also am a true believer in "using someone else's wheel" (if it's free)
  30. rather than inventing my own.  I've incorporated several public domain
  31. sources into MRBackup, each having its own particular style.  I've made
  32. every effort to give credit where credit is due.  If I've slighted anyone,
  33. please help me to correct the problem.  The evolution of MRBackup from 
  34. version 1.3 to 2.0 was a continuing learning experience for me.  The
  35. Intuition programming was made a whole lot easier through the use of
  36. the improved PowerWindows 2.0 (no affiliation - just a satisfied customer).
  37.  
  38. There is nothing particularly clever about any of the disk-related stuff.
  39. I've adhered to vanilla AmigaDOS throughout.  As I mentioned in the
  40. ToDo file, I'll probably abandon this approach in a new version
  41. (different name, not free, but cheap) that I'm considering.  The ability
  42. to handle files larger than the capacity of a floppy was a last-minute
  43. addition.  I was going to cop out again and not do it, but I just couldn't.
  44. Don't go getting all excited, now.  You may not find my implementation to
  45. your liking (that will make two of us).  However, it seems to work (if you
  46. are careful) and you get what you pay for :-).  I also added the ability
  47. to back up without formatting.  This could get messy, if not judiciously
  48. used.
  49.  
  50. Please feel free to modify this program and re-release it.  If you make 
  51. substantial changes, I'd like to hear about them.  I'd also like you to 
  52. change the name of the program, perhaps to <your initials>Backup, as I've 
  53. done.  Funny how many people call it "Mister Backup"...
  54.  
  55. 'Nuff yak.  I've received a surprising number of long distance phone calls
  56. regarding MRBackup and have mailed a lot of diskettes to people requesting
  57. the source.  Thanks to all who took the time (and expense) to give me
  58. encouragement.  Thanks, also, to the UseNet "heavies" and CATS for their
  59. technical support.
  60.  
  61.                                               Mark
  62.  
  63.